home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / intuition / icclass.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  309 b   |  16 lines

  1. include "inc/utility/tagitem.inc";
  2.  
  3. def ICM_Dummy = ($0401);
  4. def ICM_SETLOOP = ($0402);
  5. def ICM_CLEARLOOP = ($0403);
  6. def ICM_CHECKLOOP = ($0404);
  7.  
  8. def ICA_Dummy = (TAG_USER+$40000);
  9.  
  10. def ICA_TARGET = (ICA_Dummy+1);
  11. def ICA_MAP = (ICA_Dummy+2);
  12. def ICSPECIAL_CODE = (ICA_Dummy+3);
  13.  
  14. def ICTARGET_IDCMP = (~0);
  15.  
  16.